com.supermap.ar.areffect.gltfModel

Class Buffers

  • java.lang.Object
    • com.supermap.ar.areffect.gltfModel.Buffers


  • public class Buffers
    extends java.lang.Object
    gltf data buffer zone Positions data using uri. uri can refer to an external file (like bin). Or, performs binary encoding data directly in JSON.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Buffers() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Integer getByteLength()
      Gets the length of bytes
      java.lang.String getUri()
      Sets uri
      void setByteLength(java.lang.Integer byteLength)
      Sets the length of bytes
      void setUri(java.lang.String uri)
      Gets uri
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Buffers

        public Buffers()
    • Method Detail

      • setUri

        public void setUri(java.lang.String uri)
        Gets uri
        Parameters:
        uri -
      • getUri

        public java.lang.String getUri()
        Sets uri
        Returns:
      • setByteLength

        public void setByteLength(java.lang.Integer byteLength)
        Sets the length of bytes
        Parameters:
        byteLength -
      • getByteLength

        public java.lang.Integer getByteLength()
        Gets the length of bytes
        Returns: